Click or drag to resize

DirectoryEntryCompareTo Method

Compares this instance with the specified DirectoryEntry object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified DirectoryEntry.

Namespace:  Independentsoft.IO.StructuredStorage
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
A DirectoryEntry

Return Value

Type: Int32
A 32-bit signed integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as the value parameter.

Implements

IComparableCompareTo(Object)
See Also